/*	
*	################################################################################
*	
*	My Custom Style for KINGADMIN
*	---------------------------------------------------------------------
*
*	Version		1.0
*	Author		Your Name
*	
*	Override theme style or create your new styles. Direct change to main.css
*	is not recommended to avoid problems when theme updates arrived in the future
*	
*	################################################################################
*/
.custom-icon-customers::before
{
	content:url('../img/leftmenu/customers.png');
}
.custom-icon-manual-payment::before
{
	content:url('../img/leftmenu/manual-payment.png');
}
.custom-icon-portall-log::before
{
	content:url('../img/leftmenu/portal-log.png');
}
.custom-icon-status-dashboard::before
{
	content:url('../img/leftmenu/status-dashboard.png');
}
.custom-icon-notes::before
{
	content:url('../img/leftmenu/notes.png');
}
.custom-icon-department::before
{
	content:url('../img/leftmenu/department.png');
}
.custom-icon-staff::before
{
	content:url('../img/leftmenu/staffs.png');
}
.custom-icon-menu::before
{
	content:url('../img/leftmenu/menu.png');
}
.custom-icon-home::before
{
	content:url('../img/leftmenu/home.png');
}
.custom-icon-order::before
{
	content:url('../img/leftmenu/order.png');
}
.custom-icon-support::before
{
	content:url('../img/leftmenu/support.png');
}
.custom-icon-infra::before
{
	content:url('../img/leftmenu/infra.png');
}
.custom-icon-monitoring::before
{
	content:url('../img/leftmenu/monitoring.png');
}
.custom-icon-monitoringgray::before
{
	content:url('../img/leftmenu/monitoringgray.png');
}
.custom-icon-mrtg::before
{
	content:url('../img/leftmenu/mrtg.png');
}
.custom-icon-mrtggray::before
{
	content:url('../img/leftmenu/mrtggray.png');
}
.custom-icon-billing::before
{
	content:url('../img/leftmenu/billing.png');
}
.custom-icon-payment-gateway::before
{
	content:url('../img/leftmenu/payment-gateway.png');
}
.custom-icon-user::before
{
	content:url('../img/leftmenu/user.png');
}
.anchor,.clickableRow{
cursor:pointer;
}
.form-box{
    display: block;
    padding: 20px;
}
.text-color-normal {
	color: #55b26a;
}
.text-color-warning {
	color: #b29455;
}
.text-color-critical {
	color: #b25555;
}
.mrtg_1st_tr{
background:#fff;
color:#0a9a38;
font-weight:bold;
}
.mrtg_2nd_tr{
background:#fff;
color:#e6b105;
font-weight:bold;
}
.padding-top-10{
padding-top:10px;
}
.padding-top-9{
padding-top:9px;
}
.padding-top-8{
padding-top:8px;
}
.padding-20{
padding:20px;
}
.padding-10{
padding:10px;
}
.fileinput{
padding:0 !important;
width:auto !important;
}
.white_bg{
background-color:#fff !important;
}
.txt-color-blueDark{
color:#0091D9;font-weight:bold
}
.btn-right{
text-align: right; margin: 10px 0 10px;
}
.white_border{
border:9px solid #fff
}
.note-editable{
background:#fff;
}
.big-number2 {
    font-family: "latolight";
    font-size: 2.5em;
    line-height: 1;
}
.ticket_divider{
display: block;
border: 8px solid rgb(255, 255, 255);
clear:both;
}
.box_shadow2{
display: block; box-shadow: 0px 0px 5px;
}
.center{
text-align: center; display: block; margin: auto;
}
#ajax-notifications{
overflow:auto;
}
.error_msg{
color:red;
}
.my_custom_nav{
	background:#eee;
}
.my_custom_nav >ul > li > a:hover{
	color:#fff !important;
	background:#3276b1;
}
.my_custom_nav >ul > li > a{
font-weight:bold;
}
.my_custom_nav >ul > li:last-child > a:hover{
	color:#000 !important;
	background:none;
}
.dataTable{
	overflow:auto;
}
.dataTables_filter input[type='search']{
	width:20.7em;
}
.nav .active{
	background:#fff;
}
.margin-bottom-10{
	margin-bottom:10px;
}
.ctrls-border-bottom-green {
	border-bottom:1px solid #d0f5cc;
}
.ctrls-background{
	background:#eeffec none repeat scroll 0 0;
}
.clearfix{
	clear: both; display: block; width: 100%; padding: 10px;
}
.loginas{
	color: #FFF; font-size: 12px; line-height: 18px;text-align:right
}
.font-size15{
	font-size:15px;
}
.customheight{
	min-height:150px
}
.green_bg{
	background-color:#397D02 !important;
}
.orange_bg{
	background-color:#FFA500 !important;
}
.max_width100{
	max-width:100%;
}
#ctrls_news ol{
	margin:0 !important;
	padding:0 5px 0 13px !important;
}

/*
 * Flot Chart 
 */
.chart {
  height: 220px;
  margin: 20px 5px 10px 10px;
}
.has-legend {
  margin-top: 30px !important;
}
.has-legend-unique {
  margin-top: 19px !important;
}
/*
 * EASY PIE CHART
 */
#ticket-mail1{
	display:none;
}
.tableScroller{
	display:block;
	overflow:auto;
}
.button_99{
	width:99px;
}
.dashboard_block{
	display: block;
    min-height: 220px;
}
.loginblock{
	text-align:center;padding-bottom:10px;color: #0DB14B;
}
/**header search box css **/
.top-bar .searchbox{margin-top:16px;width:100%;}
.top-bar .searchbox input[type="search"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 3px 6px;
  height: 28px;
  font-size: 0.85em;
  color: #fff;
  background-color: #3D844F;
  border-color: #0CBD10;
  -webkit-appearance: none;
}

.top-bar .searchbox .btn {
    padding: 3px 6px;
    background-color: #3D844F;
    border-color: #0CBD10;
	color:#fff;
}
.top-bar .searchbox .btn:hover{
    border-color: #0CBD10;
	color:#fff;
}
.top-bar .searchbox .btn i, .top-bar .searchbox .btn:hover,.top-bar .searchbox .btn i:hover {color:#fff;}
.top-bar .searchbox .btn:hover i {
  color: #fff;
}
/** end of search box css **/
.anchortag{
text-decoration:underline;
}
option { 
	height: 35px; 
	padding:5px; 
	line-height: 25px;
}
.mytable th,.mytable td{
    padding:10px;
}